|
FrameLib
0.7
DSP processing with frames of arbitrary timing and length
|
#include <FrameLib_Context.h>
Public Types | |
| typedef ManagedPointer< FrameLib_LocalAllocator, &Global::getAllocator, &Global::releaseAllocator > | Allocator |
| typedef ManagedPointer< FrameLib_ProcessingQueue, &Global::getProcessingQueue, &Global::releaseProcessingQueue > | ProcessingQueue |
Public Member Functions | |
| FrameLib_Context (FrameLib_Global *global, void *reference) | |
Friends | |
| bool | operator== (const FrameLib_Context &a, const FrameLib_Context &b) |
| bool | operator!= (const FrameLib_Context &a, const FrameLib_Context &b) |
| typedef ManagedPointer<FrameLib_LocalAllocator, &Global::getAllocator, &Global::releaseAllocator> FrameLib_Context::Allocator |
| typedef ManagedPointer<FrameLib_ProcessingQueue, &Global::getProcessingQueue, &Global::releaseProcessingQueue> FrameLib_Context::ProcessingQueue |
|
inline |
|
friend |
|
friend |